Bootstrap.0.7.255 => Bootstrap.0.7.260

Change Log...

Recording/Details.cshtml - Changed "Recorded On:" in Details Tab to show in a more friendly format (format is 12hr based for eu-US and 24hr for all other Locales)
Recording/Details.cshtml - Changed "Genre:" in Details Tab to show in Title Case
Recording/Details.cshtml - Fixed issue with "Durations:" in Details Tab - Issue with TV Shows > 1 hour were only showing minutes portion of time (for example, a 1hour 15min show would show as only 15mins)
Recording/Index.cshtml - Changed Javascript to modify the behaviour of the toggle button 'Expand Groups' - It's 'text' now switches between 'Expand Groups' and 'Collapse Groups'
Television/TVGuide.cshtml - Removed Date/Time Picker as it seemed to have no function and didn't work well with differing date/time formats

Navigation Issue with Buttons..
Fixed the issue with href="#" in all dropdown menus/buttons

Had to replace all instances of href="#" with href="@Request.RawUrl"

For example - Lines such as; 
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">

Are Now;
<a class="btn dropdown-toggle" data-toggle="dropdown" href="@Request.RawUrl">

Files affected...

\MovieLibrary\Actors.cshtml
\MovieLibrary\Collections.cshtml
\MovieLibrary\Genres.cshtml
\MovieLibrary\Index.cshtml
\MusicLibrary\Albums.cshtml
\MusicLibrary\Index.cshtml
\PictureLibrary\Index.cshtml
\Recording\Details.cshtml
\Search\Results.cshtml
\Shared\_Layout.cshtml
\ShareLibrary\File.cshtml
\Site\Menu.cshtml
\Status\Index.cshtml
\TVShowsLibrary\Actors.cshtml
\TVShowsLibrary\Genres.cshtml
\TVShowsLibrary\Index.cshtml
